home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / tcp90128.zip / TCP90128.TXT < prev   
Text File  |  1990-09-20  |  5KB  |  111 lines

  1. TCP-Group Digest            Mon,  3 Sep 90       Volume 90 : Issue 128
  2.  
  3. Today's Topics:
  4.                  ASM-9812, a V.29 TNC board in Japan.
  5.  
  6. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>
  7. Send requests of an administrative nature (addition to, deletion from the
  8. distribution list, et al) to: <ListServ@UCSD.Edu>
  9.  
  10. Archives of past issues of the TCP-Group Digest are available
  11. (by FTP only) from UCSD.Edu in directory "mailarchives".
  12. ----------------------------------------------------------------------
  13.  
  14. Date: Fri, 31 Aug 90 18:06:46 JST
  15. From: kddlab!cll.melco.co.jp!murawaki@uunet.UU.NET (junichi murawaki)
  16. Subject: ASM-9812, a V.29 TNC board in Japan.
  17. To: TCP-Group@UCSD.Edu
  18.  
  19.  A small group of forks in Japan started experimental V.29 operation
  20. with new TNC. It is called ASM-9812, and it was developed by Mr. Kyuushi
  21. Horiuchi (JN3ASM). Device driver for it was written by Mr. Isao Tsukagoe
  22. (JH4HQG), and marged to NOS98 by Mr. Dai Yokota (JK1LOT).
  23.  
  24.  (NOS98 is a ported version of KA9Q package to PC-9801, which is one of
  25. the most popuar personal computer in Japan, by JK1LOT.)
  26.  
  27.  Features of ASM-9812 are as follows;
  28.  
  29. 1)   ASM-9812 is a TNC board, consists of Z80 (CPU, SIO, PIO), 27C256
  30.     (EPROM), 5256 (SRAM), YM7109C (modem), and some standard logics. Its
  31.     configuration is very similar to TAPR's TNC-2, except modem LSI. The
  32.     board is designed to settle in an expansion slot of NEC's PC-9801.
  33.     CHECKSUM errors have never been detected during NOS98 operation,
  34.     because it communicates with PC not serially via ASY line, but
  35.     parallely via I/O port. It needs 4 contiguous bytes of I/O address
  36.     space, but needs no interrupt vectors at all. The board requires few
  37.     system resources, and is very suitable for multi port operations.
  38.     JA3PIU uses 3 boards by NOS98 in a background window of MS-window on
  39.     his 20MHz 80386, while some prgrams are running in other windows.
  40.  
  41. 2)   ASM-9812 uses YAMAHA's YM7109C for modem LSI. The board is designed
  42.     to change mdem modes by param command of NOS98.
  43.      For example,
  44.  
  45.          param pp0 6 1                 ; V.29 9600 bps
  46.          param pp0 6 2                 ; V.29 7200 bps
  47.          param pp0 6 3                 ; V.27ter 4800 bps
  48.          param pp0 6 4                 ; V.27ter 2400 bps
  49.          param pp0 6 11                ; Long training sequence
  50.          param pp0 6 13                ; Short training sequence
  51.          param pp0 6 15                ; No trainig sequence
  52.  
  53. 3)   ASM-9812 makes real TXD automatically. Real TXD is calculated by
  54.     the length of training sequence, and user defined TXD value. So,
  55.     there are no needs to change TXD, when you change modem modes. Also,
  56.     it detects training sequences from audio input, and waits the
  57.     transmission data to reduce collision of packets.
  58.  
  59. 4)   ASM-9812 does not have a NRZ - NRZI conversion circuit between Z80
  60.     SIO and modem LSI, because YM7109C has a internal scrambler.
  61.      Be care ! ASM-9812 can communicate with ASM-9812 only. It cannot
  62.     communicate with any other TNCs, without bypassing its NRZ - NRZI
  63.     conversion circuit.
  64.  
  65. 5)   ASM-9812 can treat large MTU and window size, greater than 256
  66.     bytes. ( Limited to 16k bytes. )
  67.  
  68. 6)   ASM-9812 achives very high reproductbility. It has only one
  69.     adjustment point, that is audio output level. Audio input level is
  70.     automatically adjusted by internal AGC circuit. Connection to the
  71.     TRX is the easiest way. No modifications for your radio are needed.
  72.  
  73. 7)   ASM-9812 can take two modem LSIs simultaneously, like KPC-4. But no
  74.     software supports are available now. And, the board supports KISS
  75.     mode only, no TNC-2 like commands are acceptable now. Hardwares were
  76.     fully considered about these ploblems, but softwares are under
  77.     development. Please wait for the future release.
  78.  
  79.  We held an assembly seminar for ASM-9812 on 12-AUG-1990 at Nara
  80. prefecture. 22 boards are assembled at that seminar. We distributed 100
  81. blank boards at Ham Fair'90 on 25-AUG. And more than 30 boards are
  82. distributed in JA3 area by hand. ASM-9812 blank board is 10,000 Yen.
  83. Complete kit with programmed ROM is 23,500 Yen. ( Assembly seminar's
  84. special price ! Never available again at that price. :-)
  85.  Now we are planning to distribute 100 assembled boards to the backbone
  86. sites of ampr-net in Japan.
  87.  
  88.  ASM-9812 needs special ROM codes. It was distributed as an article of
  89. Terakoya news system in LHARCed and ISHed format. JH3USO's ASM-9812
  90. assembly manual and JN3ASM's circuit diagrams were distributed by that
  91. news system, too.
  92.  
  93.  I am using two ASM-9812 boards now, one for 430MHz, and the other for
  94. 1290MHz. I feel 7200 bps operation is very comfortable in my location,
  95. where cannot avoid multi-pathes, surrounded by some hills and lots of
  96. buildings. It took about 4 minitues to send 100kbytes file by using FTP
  97. at 7200 bps. Our parameters are MSS=966, MTU=1006, window=1932. I am
  98. planning to add third ASM-9812 for 50MHz or 144MHz QRV.
  99.  
  100.  ASM-9812 developing staffs are JN3ASM, JH4HQG, JK1LOT.
  101.  Associate staffs are JH3USO, JA3RSP, JH1FNL, JL3IBG, JA3RAF.
  102.  
  103. Thanks,
  104.  
  105. de June Murawaki , JA3RAF , murawaki%cll.melco.co.jp@uunet.uu.net
  106.  
  107. ------------------------------
  108.  
  109. End of TCP-Group Digest
  110. ******************************
  111.